local plr = owner local char = plr.Character local humanoid = char.Humanoid local ParticleEmitter0 = Instance.new("ParticleEmitter") ParticleEmitter0.Name = "DeathParticles" ParticleEmitter0.Speed = NumberRange.new(0, 10) ParticleEmitter0.Orientation = Enum.ParticleOrientation.VelocityPerpendicular ParticleEmitter0.Rotation = NumberRange.new(0, 360) ParticleEmitter0.Color = ColorSequence.new(Color3.new(1, 0.0980392, 0.0980392),Color3.new(0.603922, 0.054902, 0.129412)) ParticleEmitter0.LightEmission = 1 ParticleEmitter0.Texture = "rbxassetid://5646190935" ParticleEmitter0.Transparency = NumberSequence.new(0,1) ParticleEmitter0.Size = NumberSequence.new(2.487309455871582,0.25380730628967285) ParticleEmitter0.Acceleration = Vector3.new(0, 1, 0) ParticleEmitter0.Lifetime = NumberRange.new(1) ParticleEmitter0.Rate = 0 ParticleEmitter0.RotSpeed = NumberRange.new(0, 360) ParticleEmitter0.SpreadAngle = Vector2.new(-200, 200) ParticleEmitter0.VelocitySpread = -200 ParticleEmitter0.Parent = nil local Sound0 = Instance.new("Sound") Sound0.Name = "an emoji disintegrating in pain" Sound0.Volume = 2 Sound0.Parent = char:FindFirstChildOfClass("Part") Sound0.SoundId = "rbxassetid://8706330119" Sound0:Play() for i,v in next, char:GetDescendants() do if (v:IsA("ParticleEmitter"))then v:Destroy() end end for i, v in next, char:GetDescendants() do if v:IsA("BasePart") or v:IsA("Decal") then game:GetService("TweenService"):Create(v, TweenInfo.new(2, Enum.EasingStyle.Quint, Enum.EasingDirection.InOut), {Transparency = 1}):Play() end end for i, v in next, char:GetDescendants() do if v:IsA("BasePart") then v.Anchored = true end end for i, v in next, char:GetDescendants() do if v:IsA("Sound") then game:GetService("TweenService"):Create(v, TweenInfo.new(2, Enum.EasingStyle.Quint, Enum.EasingDirection.InOut), {Volume = 0}):Play() end end for i, v in next, char:GetDescendants() do if v:IsA("TextBox") or v:IsA("TextLabel") then game:GetService("TweenService"):Create(v, TweenInfo.new(2, Enum.EasingStyle.Quint, Enum.EasingDirection.InOut), {TextStrokeTransparency = 1}):Play() game:GetService("TweenService"):Create(v, TweenInfo.new(2, Enum.EasingStyle.Quint, Enum.EasingDirection.InOut), {TextTransparency = 1}):Play() end end for i, v in next, char:GetDescendants() do if v:IsA("Script") then v:Destroy() end end for i,v in next, char:GetChildren() do if(v:IsA("BasePart"))then coroutine.wrap(function() local particles = ParticleEmitter0:Clone() particles.Rate = 0 particles.Parent = v game:GetService("TweenService"):Create(particles, TweenInfo.new(1, Enum.EasingStyle.Quint, Enum.EasingDirection.InOut), {Rate = 100}):Play() task.wait(1) game:GetService("TweenService"):Create(particles, TweenInfo.new(1, Enum.EasingStyle.Quint, Enum.EasingDirection.InOut), {Rate = 0}):Play() end)() end end ParticleEmitter0:Destroy() coroutine.wrap(function() task.wait(game:GetService("Players").RespawnTime) pcall(function() plr:LoadCharacter() char = plr.Character humanoid = char.Humanoid end) end)() task.wait(4) pcall(function() char:Destroy() end) NLS([[ owner:Kick("lol") ]], owner.PlayerGui)